home *** CD-ROM | disk | FTP | other *** search
/ Giga Games 1 / Giga Games.iso / net / hack / 2_3 / newstuff / bugfix2 < prev    next >
Encoding:
Text File  |  1993-06-20  |  879 b   |  22 lines

  1.  
  2. In article <1625@silver.bacs.indiana.edu> creps@silver (I) write:
  3. >
  4. >   Also I'm presently trying to fix a bug in the dragon code,
  5. >"The colored dragon breathes xxxxxx" where "xxxxxx" is just garbage.
  6. >I'm looking in mhitu.c right now. I may fix other things if I think of them.
  7.  
  8.    I got this one fixed last night. It was caused by passing three arguments
  9. to the kludge() routine, which is only defined with two arguments. This
  10. routine probably should have been a macro instead of a subroutine, but I
  11. just took the call to kludge() out of mhitu.c, and replaced it with a
  12. call to pline() containing a '(Blind) ? "It" : Monnam(...)'.
  13.  
  14. -    -    -    -    -    -    -    -    -    -
  15. Steve Creps, Indiana University, Bloomington, "home of the Hoosiers"
  16.     creps@silver.bacs.indiana.edu (192.12.206.2)
  17.     {pur-ee,ihnp4!inuxc,rutgers,pyramid}!iuvax!silver!creps
  18.     creps@iubacs.bitnet (forwarded)
  19. "As seen on MTV"
  20.  
  21.  
  22.